home *** CD-ROM | disk | FTP | other *** search
- Path: wbmt41.wbmt.tudelft.nl!not-for-mail
- From: "Marcel Offermans" <marcel@wbmt41.wbmt.tudelft.nl>
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: How adjust window borders?
- Date: Sun, 18 Feb 1996 15:36:04 +0100
- Organization: Private TCP/IP node
- Message-ID: <50077758@wbmt41.wbmt.tudelft.nl>
- References: <19960217.7D84090.A425@mojaveg.ridgecrest.ca.us>
- Reply-To: "M.F.Offermans" <M.F.Offermans@WbMT.TUDelft.NL>
- NNTP-Posting-Host: wb617197.wbmt.tudelft.nl
- X-NewsReader: IntuiNews 1.3a (7.9.95)
-
- Hello Everett,
-
- > I wish to be able to directly control the size of the window borders for
- > a window which has no border gadgets or text. The window opens as
- > desired but I would prefer to have all four borders a bit wider. The
- > implications in the RKM are that WA_InnerWidth and WA_InnerHeight should
- > have some effect on border widths, but trying these seems to have no
- > visible effect whatsoever. Any ideas?
-
- Using WA_InnerWidth and WA_InnerHeight has nothing to do with adjusting the
- dimensions of the borders.
-
- What these tags do is allow you to specify the size of the rectangle
- within the borders of the window directly. That can be of use if you need
- this size to be exactly M x N pixels and you don't want to calculate the
- dimensions of the borders (which can get a bit tricky).
-
- So if you open a window with an inner width of 100 and an inner height of
- 50, then the actual window dimensions will be a bit bigger then that
- (something like 110 by 65).
-
- --
- .---------------------------------------------------------------.
- | \ | Marcel Offermans -- Amiga Developer | \ |
- | \ \ | e-mail: M.F.Offermans@WbMT.TUDelft.NL | \ \ |
- | \ | IRC: Marrs | \ |
- `---------------------------------------------------------------'
-
-